home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_201 / draco / drinc / exec / resident.g < prev    next >
Text File  |  1992-05-06  |  523b  |  31 lines

  1. type
  2. „Resident_t=struct{
  3. ˆuintrt_MatchWord;
  4. ˆ*Resident_trt_MatchTag;
  5. ˆ*bytert_EndSkip;
  6. ˆushortrt_Flags;
  7. ˆushortrt_Version;
  8. ˆushortrt_Type;
  9. ˆshortrt_Pri;
  10. ˆ*charrt_Name;
  11. ˆ*charrt_IdString;
  12. ˆ*bytert_Init;
  13. „};
  14.  
  15. uint
  16. „RTC_MATCHWORD=0x4AFC;
  17.  
  18. ushort
  19. „RTF_AUTOINIT‚=1<<7,
  20. „RTF_COLDSTART=1<<0,
  21.  
  22. „RTM_WHEN†=3,
  23. „RTM_NEVER…=0,
  24. „RTM_COLDSTART=1;
  25.  
  26. extern
  27. „FindResident(*charname)*Resident_t,
  28. „InitCode(ulongstartClass,version)void,
  29. „InitResident(*Resident_tres;*SegList_tseglist)void,
  30. „SumKickData()void;
  31.